home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 September 1 / CD [VMAG950901].bin / theway / rev.dir / 00057.ls < prev    next >
Encoding:
Text File  |  1995-07-13  |  125 b   |  8 lines

  1. on mouseUp
  2.   if the machineType = 256 then
  3.     go("s2", "@:contentP.dir")
  4.   else
  5.     go("s2", "@:contentM.dir")
  6.   end if
  7. end
  8.